LinkElementData

TheArtOfDev.HtmlRenderer.Core.Entities

Holds data on link element in HTML. Used to expose data outside of HTML Renderer internal structure.

构造函数

属性

AnchorId : string

Return the id of the element this anchor link is referencing.

Href : string

the href data of the link

Id : string

the id of the link element if present

IsAnchor : bool

Is the link is directed to another element in the html

Rectangle : T

the rectangle of element as calculated by html layout

方法

ToString() : string

Returns a string that represents the current object.

字段

_href : string

the href data of the link

_id : string

the id of the link element if present

_rectangle : T

the rectangle of element as calculated by html layout